Type ISolver<T>
Namespace MathNet.Numerics.LinearAlgebra.Factorization
AX = B
Matrix<T>
The right hand side Matrix, B.
B
The left hand side Matrix, X.
X
Ax = b
Vector<T>
The right hand side vector, b.
b
The left hand side Vector, x.
x
The left hand side Matrix>, x.